-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix release flow failure #294
Conversation
Signed-off-by: Emanuele Feliziani <feliziani.emanuele@gmail.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
One comment, but not blocking
@@ -188,7 +188,7 @@ jobs: | |||
with: | |||
repository: duckduckgo/duckduckgo-privacy-extension | |||
path: extensions/ | |||
ref: develop | |||
ref: main |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
NAB: Do we always want to be explicit about the branch we're using, or just use the default branch?
If we omit this, it'll use the default branch -- https://github.com/actions/checkout#usage
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's keep it explicit for now.
Task/Issue URL: Autofill Release: https://github.com/duckduckgo/duckduckgo-autofill/releases/tag/6.4.3 ## Description Updates Autofill to version [6.4.3](https://github.com/duckduckgo/duckduckgo-autofill/releases/tag/6.4.3). ## What's Changed ### Tests and Tooling - Remove manual server setup in tests by @shakyShane in duckduckgo/duckduckgo-autofill#289 - Add windows release automation by @szanto90balazs in duckduckgo/duckduckgo-autofill#272 - Fix extension release flow by @GioSensation in duckduckgo/duckduckgo-autofill#294 * Update Asana integration to include expected header by @alistairjcbrown in duckduckgo/duckduckgo-autofill#295 ### Bugfixes - Set tooltip initial offscreen position by @alistairjcbrown in duckduckgo/duckduckgo-autofill#291 - Only center tooltip on small screensizes by @alistairjcbrown in duckduckgo/duckduckgo-autofill#290 **Full Changelog**: duckduckgo/duckduckgo-autofill@6.4.1...6.4.3 ## Steps to test This release has been tested during autofill development. For smoke test steps see [this task](https://app.asana.com/0/1198964220583541/1200583647142330/f). Co-authored-by: alistairjcbrown <alistairjcbrown@users.noreply.github.com> Co-authored-by: Emanuele Feliziani <feliziani.emanuele@gmail.com>
Reviewer: @alistairjcbrown
Asana: NA
Description
Just fixes the extension base branch in the release flow.
Steps to test